Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
ctype_punct
ctype_punct
Check for printable characters that are not whitespace or alphanumeric characters
Name:
ctype_punct
Category:
Character type detection Ctype
Programming Language:
php
One-line Description:
Check for printable characters that are not whitespace or alphanumeric characters
Related
How to Avoid Unexpected Errors When Using the is_finite Function? Key Considerations
1
Comprehensive Guide to PHP File Upload: Methods and Security Practices
3
Use array_slice to implement the N elements extraction
1
Linux PHP Log Management and Analysis: Enhancing System Stability and Security
7
Similar Functions
ctype_lower
ctype_lower
Checklowercasecharac
ctype_upper
ctype_upper
Checkcapitalcharacte
ctype_cntrl
ctype_cntrl
Checkcontrolcharacte
ctype_digit
ctype_digit
Checknumericcharacte
ctype_alpha
ctype_alpha
Checkalphabeticalcha
ctype_alnum
ctype_alnum
Checkalphanumericcha
ctype_punct
ctype_punct
Checkforprintablecha
ctype_print
ctype_print
Checkprintablecharac
Popular Articles